[INFO] cloning repository https://github.com/Abhishekvenky010/rust_exchange
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Abhishekvenky010/rust_exchange" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbhishekvenky010%2Frust_exchange", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbhishekvenky010%2Frust_exchange'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac491b64c6b09928bea9c2f02b25c445a2dc57e9
[INFO] fixing Abhishekvenky010/rust_exchange against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbhishekvenky010%2Frust_exchange" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Abhishekvenky010/rust_exchange
[INFO] finished tweaking git repo https://github.com/Abhishekvenky010/rust_exchange
[INFO] tweaked toml for git repo https://github.com/Abhishekvenky010/rust_exchange written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Abhishekvenky010/rust_exchange on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Abhishekvenky010/rust_exchange already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytestring v1.5.0
[INFO] [stderr]   Downloaded actix-router v0.5.4
[INFO] [stderr]   Downloaded actix-web v4.13.0
[INFO] [stderr]   Downloaded actix-http v3.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15
[INFO] running `Command { std: "docker" "start" "1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking bytestring v1.5.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking actix-http v3.12.0
[INFO] [stderr]     Checking actix-web v4.13.0
[INFO] [stderr]     Checking rust_exchange v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0252]: the name `HttpServer` is defined multiple times
[INFO] [stdout]  --> src/main.rs:1:44
[INFO] [stdout]   |
[INFO] [stdout] 1 | use actix_web::{App, HttpServer, Responder,HttpServer,get,post,delete,web::Json};
[INFO] [stdout]   |                      ----------            ^^^^^^^^^^-
[INFO] [stdout]   |                      |                     |
[INFO] [stdout]   |                      |                     `HttpServer` reimported here
[INFO] [stdout]   |                      |                     help: remove unnecessary import
[INFO] [stdout]   |                      previous import of the type `HttpServer` here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HttpServer` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0252]: the name `HttpServer` is defined multiple times
[INFO] [stdout]  --> src/main.rs:1:44
[INFO] [stdout]   |
[INFO] [stdout] 1 | use actix_web::{App, HttpServer, Responder,HttpServer,get,post,delete,web::Json};
[INFO] [stdout]   |                      ----------            ^^^^^^^^^^-
[INFO] [stdout]   |                      |                     |
[INFO] [stdout]   |                      |                     `HttpServer` reimported here
[INFO] [stdout]   |                      |                     help: remove unnecessary import
[INFO] [stdout]   |                      previous import of the type `HttpServer` here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HttpServer` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Vec` in this scope
[INFO] [stdout]   --> src/routes.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |         asks:Vec![],
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Vec` is in scope, but it is a struct, not a macro
[INFO] [stdout] help: a macro with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 25 -         asks:Vec![],
[INFO] [stdout] 25 +         asks:vec![],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Vec` in this scope
[INFO] [stdout]   --> src/routes.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         bids:Vec![],
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Vec` is in scope, but it is a struct, not a macro
[INFO] [stdout] help: a macro with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 24 -         bids:Vec![],
[INFO] [stdout] 24 +         bids:vec![],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/input.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::Deserialize;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use serde::Deserialize;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Vec` in this scope
[INFO] [stdout]   --> src/routes.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |         asks:Vec![],
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Vec` is in scope, but it is a struct, not a macro
[INFO] [stdout] help: a macro with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 25 -         asks:Vec![],
[INFO] [stdout] 25 +         asks:vec![],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `Vec` in this scope
[INFO] [stdout]   --> src/routes.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |         bids:Vec![],
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Vec` is in scope, but it is a struct, not a macro
[INFO] [stdout] help: a macro with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 24 -         bids:Vec![],
[INFO] [stdout] 24 +         bids:vec![],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/input.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::Serialize;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use serde::Serialize;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> src/input.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::Deserialize;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use serde::Deserialize;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> src/input.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::Serialize;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use serde::Serialize;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> src/input.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Deserialize,debug)]
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use serde::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> src/input.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Deserialize,debug)]
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use serde::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `debug` in this scope
[INFO] [stdout]  --> src/input.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Deserialize,debug)]
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/fmt/mod.rs:1095:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named derive macro `Debug` defined here
[INFO] [stdout] help: a derive macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 8 - #[derive(Deserialize,debug)]
[INFO] [stdout] 8 + #[derive(Deserialize,Debug)]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `debug` in this scope
[INFO] [stdout]  --> src/input.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Deserialize,debug)]
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/fmt/mod.rs:1095:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named derive macro `Debug` defined here
[INFO] [stdout] help: a derive macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 8 - #[derive(Deserialize,debug)]
[INFO] [stdout] 8 + #[derive(Deserialize,Debug)]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> src/input.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use serde::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> src/input.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use serde::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> src/input.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use serde::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> src/input.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Deserialize,Serialize)]
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use serde::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `boddy` in this scope
[INFO] [stdout]  --> src/routes.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let price = boddy.0.price;
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 5 -     let price = boddy.0.price;
[INFO] [stdout] 5 +     let price = body.0.price;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Depth` in this scope
[INFO] [stdout]   --> src/routes.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |       HttpResponse::Ok().json(Depth{
[INFO] [stdout]    |                               ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::output::Depth;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Side` in this scope
[INFO] [stdout]  --> src/input.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub side : Side
[INFO] [stdout]   |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 | pub enum side{
[INFO] [stdout]   | ------------- similarly named enum `side` defined here
[INFO] [stdout]   |
[INFO] [stdout] help: an enum with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 6 -     pub side : Side
[INFO] [stdout] 6 +     pub side : side
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HttpServer`, `Responder`, `delete`, `get`, `post`, and `web::Json`
[INFO] [stdout]  --> src/main.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | use actix_web::{App, HttpServer, Responder,HttpServer,get,post,delete,web::Json};
[INFO] [stdout]   |                                  ^^^^^^^^^ ^^^^^^^^^^ ^^^ ^^^^ ^^^^^^ ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/main.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize,Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `body` and `delete`
[INFO] [stdout]  --> src/routes.rs:1:42
[INFO] [stdout]   |
[INFO] [stdout] 1 | use actix_web::{HttpResponse, Responder, body, delete, get, post, web::Json};
[INFO] [stdout]   |                                          ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `boddy` in this scope
[INFO] [stdout]  --> src/routes.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let price = boddy.0.price;
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 5 -     let price = boddy.0.price;
[INFO] [stdout] 5 +     let price = body.0.price;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Depth` in this scope
[INFO] [stdout]   --> src/routes.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |       HttpResponse::Ok().json(Depth{
[INFO] [stdout]    |                               ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::output::Depth;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `side` should have an upper camel case name
[INFO] [stdout]  --> src/input.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum side{
[INFO] [stdout]   |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Side`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Side` in this scope
[INFO] [stdout]  --> src/input.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub side : Side
[INFO] [stdout]   |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 | pub enum side{
[INFO] [stdout]   | ------------- similarly named enum `side` defined here
[INFO] [stdout]   |
[INFO] [stdout] help: an enum with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 6 -     pub side : Side
[INFO] [stdout] 6 +     pub side : side
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HttpServer`, `Responder`, `delete`, `get`, `post`, and `web::Json`
[INFO] [stdout]  --> src/main.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | use actix_web::{App, HttpServer, Responder,HttpServer,get,post,delete,web::Json};
[INFO] [stdout]   |                                  ^^^^^^^^^ ^^^^^^^^^^ ^^^ ^^^^ ^^^^^^ ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/main.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize,Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `body` and `delete`
[INFO] [stdout]  --> src/routes.rs:1:42
[INFO] [stdout]   |
[INFO] [stdout] 1 | use actix_web::{HttpResponse, Responder, body, delete, get, post, web::Json};
[INFO] [stdout]   |                                          ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `side` should have an upper camel case name
[INFO] [stdout]  --> src/input.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum side{
[INFO] [stdout]   |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Side`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `DeleteOrderResponse: serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/routes.rs:17:36
[INFO] [stdout]     |
[INFO] [stdout]  17 |       return HttpResponse::Ok().json(DeleteOrderResponse{
[INFO] [stdout]     |  _______________________________----_^
[INFO] [stdout]     | |                               |
[INFO] [stdout]     | |                               required by a bound introduced by this call
[INFO] [stdout]  18 | |         filled_quantity:0,
[INFO] [stdout]  19 | |         average_price:100
[INFO] [stdout]  20 | |     })
[INFO] [stdout]     | |_____^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `output::_::_serde::Serialize` is not implemented for `DeleteOrderResponse`
[INFO] [stdout]    --> src/output.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | pub struct DeleteOrderResponse{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `DeleteOrderResponse` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `output::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 133 others
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.13.0/src/response/builder.rs:355:40
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `DeleteOrderResponse: serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/routes.rs:17:36
[INFO] [stdout]     |
[INFO] [stdout]  17 |       return HttpResponse::Ok().json(DeleteOrderResponse{
[INFO] [stdout]     |  _______________________________----_^
[INFO] [stdout]     | |                               |
[INFO] [stdout]     | |                               required by a bound introduced by this call
[INFO] [stdout]  18 | |         filled_quantity:0,
[INFO] [stdout]  19 | |         average_price:100
[INFO] [stdout]  20 | |     })
[INFO] [stdout]     | |_____^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `output::_::_serde::Serialize` is not implemented for `DeleteOrderResponse`
[INFO] [stdout]    --> src/output.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | pub struct DeleteOrderResponse{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `DeleteOrderResponse` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `output::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 133 others
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.13.0/src/response/builder.rs:355:40
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CreateOrderInput: serde::Deserialize<'de>` is not satisfied
[INFO] [stdout]    --> src/routes.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[post{"/order"}]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `for<'de> output::_::_serde::Deserialize<'de>` is not implemented for `CreateOrderInput`
[INFO] [stdout]    --> src/input.rs:2:1
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub struct CreateOrderInput{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `CreateOrderInput` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `output::_::_serde::Deserialize<'de>`:
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a std::path::Path
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 143 others
[INFO] [stdout]     = note: required for `CreateOrderInput` to implement `DeserializeOwned`
[INFO] [stdout]     = note: required for `Json<CreateOrderInput>` to implement `FromRequest`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `(Json<CreateOrderInput>,)` to implement `FromRequest`
[INFO] [stdout] note: required by a bound in `Resource::<T>::to`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.13.0/src/resource.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub fn to<F, Args>(mut self, handler: F) -> Self
[INFO] [stdout]     |            -- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 244 |         Args: FromRequest + 'static,
[INFO] [stdout]     |               ^^^^^^^^^^^ required by this bound in `Resource::<T>::to`
[INFO] [stdout]     = note: this error originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CreateOrderInput: serde::Deserialize<'de>` is not satisfied
[INFO] [stdout]    --> src/routes.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[post{"/order"}]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `for<'de> output::_::_serde::Deserialize<'de>` is not implemented for `CreateOrderInput`
[INFO] [stdout]    --> src/input.rs:2:1
[INFO] [stdout]     |
[INFO] [stdout]   2 | pub struct CreateOrderInput{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `CreateOrderInput` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `output::_::_serde::Deserialize<'de>`:
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a std::path::Path
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 143 others
[INFO] [stdout]     = note: required for `CreateOrderInput` to implement `DeserializeOwned`
[INFO] [stdout]     = note: required for `actix_web::web::Json<CreateOrderInput>` to implement `FromRequest`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `(actix_web::web::Json<CreateOrderInput>,)` to implement `FromRequest`
[INFO] [stdout] note: required by a bound in `Resource::<T>::to`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.13.0/src/resource.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub fn to<F, Args>(mut self, handler: F) -> Self
[INFO] [stdout]     |            -- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 244 |         Args: FromRequest + 'static,
[INFO] [stdout]     |               ^^^^^^^^^^^ required by this bound in `Resource::<T>::to`
[INFO] [stdout]     = note: this error originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Deleteorder: serde::Deserialize<'de>` is not satisfied
[INFO] [stdout]    --> src/routes.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | #[get("/depth")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `for<'de> output::_::_serde::Deserialize<'de>` is not implemented for `Deleteorder`
[INFO] [stdout]    --> src/input.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | pub struct Deleteorder{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `Deleteorder` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `output::_::_serde::Deserialize<'de>`:
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a std::path::Path
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 143 others
[INFO] [stdout]     = note: required for `Deleteorder` to implement `DeserializeOwned`
[INFO] [stdout]     = note: required for `Json<Deleteorder>` to implement `FromRequest`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `(Json<Deleteorder>,)` to implement `FromRequest`
[INFO] [stdout] note: required by a bound in `Resource::<T>::to`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.13.0/src/resource.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub fn to<F, Args>(mut self, handler: F) -> Self
[INFO] [stdout]     |            -- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 244 |         Args: FromRequest + 'static,
[INFO] [stdout]     |               ^^^^^^^^^^^ required by this bound in `Resource::<T>::to`
[INFO] [stdout]     = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Deleteorder: serde::Deserialize<'de>` is not satisfied
[INFO] [stdout]    --> src/routes.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | #[get("/depth")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `for<'de> output::_::_serde::Deserialize<'de>` is not implemented for `Deleteorder`
[INFO] [stdout]    --> src/input.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | pub struct Deleteorder{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `Deleteorder` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `output::_::_serde::Deserialize<'de>`:
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a std::path::Path
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 143 others
[INFO] [stdout]     = note: required for `Deleteorder` to implement `DeserializeOwned`
[INFO] [stdout]     = note: required for `actix_web::web::Json<Deleteorder>` to implement `FromRequest`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `(actix_web::web::Json<Deleteorder>,)` to implement `FromRequest`
[INFO] [stdout] note: required by a bound in `Resource::<T>::to`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.13.0/src/resource.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub fn to<F, Args>(mut self, handler: F) -> Self
[INFO] [stdout]     |            -- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 244 |         Args: FromRequest + 'static,
[INFO] [stdout]     |               ^^^^^^^^^^^ required by this bound in `Resource::<T>::to`
[INFO] [stdout]     = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0252, E0277, E0422, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0252`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0252, E0277, E0422, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0252`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_exchange` (bin "rust_exchange") due to 15 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rust_exchange` (bin "rust_exchange" test) due to 15 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15", kill_on_drop: false }`
[INFO] [stdout] 1161a75deb5839032b5d38f00c0d7c9ae63e1480a36d192b61ed398a3f4a2a15
